home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4files16.zip / README.4F < prev    next >
Text File  |  1991-03-21  |  9KB  |  161 lines

  1.  
  2.                          "READ.ME" FOR 4FILES V-1.5
  3.                          ===========================
  4.                            (Also see  4FILES.DOC.)
  5.  
  6.   |-------------------------------------------------------------------------|
  7.   |  CONTENTS OF THIS FILE:                                                 |
  8.   |  =====================                                                  |
  9.   |  1) Description of EXAMPLE Batch files included in 4FILES.ZIP.          |
  10.   |                                                                         |
  11.   |  2) Auxilliary programs you will need to download if you don't already  |
  12.   |     have a good file browser or archive viewer.  Besides viewing the    |
  13.   |     contents of any file, the browser displays 4FILES' help screen.     |
  14.   |                                                                         |
  15.   |  3) Some notes about 4DOS and its remarkable features.  4FILES may be   |
  16.   |     fully evaluated without 4DOS installed on your system, but is       |
  17.   |     intended to work with it.  4DOS is incredible -- try it!            |
  18.   |                                                                         |
  19.   |-------------------------------------------------------------------------|
  20.  
  21. 1) EXAMPLE BATCH FILES
  22.    ===================  The included batch files are examples of how to set
  23.    colors or monochrome highlights with command line switches.  See 4FILES.DOC
  24.    for full instructions on writing your own -- there is a trick involved which
  25.    is not obvious.  Screen blinking is disabled in 4FILES, allowing a choice of
  26.    all 16 colors.
  27.  
  28. 2) AUXILIARY PROGRAMS YOU SHOULD HAVE
  29.    ==================================
  30.        You may wish to download some other utilites 4FILES can execute as child
  31.    processes to perform the functions described below.  As supplied, 4FILES is
  32.    coded to look for these programs shown below in the places shown.  If you do
  33.    not wish to employ these filespecs, you may patch 4FILES to use different
  34.    ones.  Clear, detailed instructions on how to do this using DEBUG are in
  35.    included in 4FILES.DOC.  These programs are called with the DOS EXEC
  36.    function, which will not recognize your path.
  37.  
  38.             C:\4DOS\LIST.COM         Used for browsing files and displaying the
  39.                                      4FILES help screen.  Vern Buerg's LIST.COM
  40.                                      is perfect for this.
  41.  
  42.             C:\4DOS\FV.EXE           Used to display a list of the files
  43.                                      contained in any of seven types of archive
  44.                                      files.  FV exits immediately, so 4FILES
  45.                                      waits for a key hit before repainting the
  46.                                      screen.  FV.EXE is another Buerg program.
  47.  
  48.             C:\E\EDIT.EXE            Calls the text editor or your choice.  This
  49.                                      is not coded to any specific editor.
  50.                                      Either move and rename your editor, or
  51.                                      patch the filespec you want into 4FILES.
  52.  
  53.             C:\4DOS\WHERE.EXE        This is for a file finder such as WHEREIS
  54.                                      or Bruce Gavin's FIND.EXE.  The calling
  55.                                      function will pause for a keyhit, as for
  56.                                      FV.
  57.  
  58.             C:\4DOS\4FILES.DOC       The first page of the manual is a help
  59.                                      screen, and this is where 4FILES looks.
  60.  
  61.    Of course, you can always substitute any kind of program you wish for any
  62.    of the program calling functions.  For example, you could patch in a hex
  63.    editor in place of a file finder (or simply rename the editor "WHERE.EXE"
  64.    and move it to \4DOS).
  65.  
  66.    Note that in all cases the full path and complete filename, including
  67.    extension, must be given.  The DOS function used to call these programs will
  68.    not recognize your PATH.
  69.  
  70.    You may obtain LIST.COM and FV.EXE from most BBSs or from their author:
  71.  
  72.         Vern Buerg, 139 White Oak Circle,  Petaluma, Ca  94952
  73.         His BBS: 415-994-2944.
  74.  
  75.    ===========================
  76. 3) 4DOS REVOLUTIONARY FEATURES
  77.    ===========================
  78.    4DOS replaces the MSDOS command processor (COMMAND.COM), vastly improving the
  79. standard internal DOS commands, and adding many important new commands and
  80. features.  It has truly revolutionized my computer usage.  For starters, it has
  81. made a whole slew of utilities obsolete, incorporating their features into one
  82. seamless, fast executing package.  This also freed up a lot disk space and has
  83. simplified management of my hard disk.
  84.  
  85.    Here is a PARTIAL list of 4DOS features and internal commands and what they
  86. make obsolete:
  87.  
  88.      FEATURES           METHOD       FUNCTION
  89.  -----------------    -----------    ----------------------------------------
  90.  
  91.  Command History       arrow keys:    Scroll through previous command lines.
  92.                        edit  keys:    Edit an earlier command for execution.
  93.                                       Replaces CED type utilities.
  94.  
  95.  Command Line             --          Multiple commands on one line accepted.
  96.  
  97.  ALIAS                 Command line   Replace many short batch files with fast
  98.                        or via an      RAM based commands.  Also, rename any
  99.                        ALIAS file.    internal command to your whims, and more.
  100.  
  101.  Batch Language            --         Significantly expanded!
  102.  
  103.  File Notes                --         A 40-character note may be associated with
  104.                                       any file, and will be transferred with it
  105.                                       during move/copy/rename operations.  Use
  106.                                       4FILES.COM (shareware) for best advantage.
  107.  
  108.  COPY                  COMMAND        Can be set up to warn you if you are
  109.                                       overcopying an existing file.  Replaces
  110.                                       COPYSAFE.COM type utilities.
  111.  
  112.  MOVE                  COMMAND        Move a file anywhere.  Replaces MOVE.COM
  113.                                       type utilities.
  114.  
  115.  KEYSTACK              Batch file     Stuff characters in the keyboard buffer
  116.                        or alias       for a called program.  Replaces KEYFAKE
  117.                                       and STACKEY type utilities.
  118.  
  119.  DIR                   ENHANCED       Over 20 options are provide for the
  120.                                       standard DIR command, allowing you to
  121.                                       display 1-4 columns sorted or filtered
  122.                                       any way you like.  Using entries in an
  123.                                       ALIAS file, you can put easy names (DD,
  124.                                       DF, etc) on a few of your favorite sorts,
  125.                                       and call them as internal commands.
  126.  
  127.  GLOBAL                COMMAND        A command augmenter, causing execution
  128.                        AUGMENTER      of the command in the current directory
  129.                                       and its subdirectories. Replaces SWEEP.COM.
  130.  
  131.  SELECT                COMMAND        Shows a list of files meeting a filespec,
  132.                        AUGMENTER      and allows files to be marked for copy,
  133.                                       move, etc.  Example: SELECT COPY (*.*)
  134.  
  135.  EXCEPT                COMMAND        Perform the command on all except the
  136.                        AUGMENTER      files specified.  Replaces NO.COM.
  137.  
  138.  ATTRIB                COMMAND        Display and alter a files's attributes.
  139.  
  140.  CDD                   COMMAND        Change drive and directory in one command.
  141.  
  142.  TEE & Y               COMMAND LINE   Enhanced piping commands.
  143.  
  144.  LOG                   COMMAND        Save commands to a disk log file.
  145.  
  146.  TIMER                 COMMAND        Stopwatch.
  147.  
  148.  REN                   COMMAND        Can also rename subdirectories!!
  149.  
  150.  ESET                  COMMAND        Edits environment variables & aliases.
  151.  
  152. ==================
  153. 4DOS AVAILABILITY:
  154. ==================
  155.     4DOS is available as shareware from many BBSs, but since it is a long down
  156. load you may wish to get it (complete with printed manual) by mail from:
  157. JP Software, Box 1470, E. Arlington, Ma  02174  (617)-646-3975 (voice)
  158.  
  159.     4DOS costs $50 for disk, a nice printed manual, a free upgrade to the next
  160. version, and free technical support.  Cost for the disk only is $35.  The manual
  161. is excellent, and worth the extra $15.